home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Jotto ][ 1.2 / source / Jotto code ƒ / jotto main window.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  513 b   |  10 lines  |  [TEXT/MMCC]

  1. void SetupTheMainWindow(WindowPtr theWindow);
  2. void ShutDownTheMainWindow(void);
  3. Boolean CloseTheMainWindow(WindowPtr theWindow);
  4. void KeyPressedInMainWindow(WindowPtr theWindow, unsigned char theChar);
  5. void MouseClickedInMainWindow(WindowPtr theWindow, Point thePoint);
  6. void ActivateTheMainWindow(WindowPtr theWindow);
  7. void DeactivateTheMainWindow(WindowPtr theWindow);
  8. void DrawTheMainWindow(WindowPtr theWindow, short theDepth);
  9. Boolean CopybitsTheMainWindow(WindowPtr theWindow, WindowPtr offscreenWindowPtr);
  10.